}
/**
- * gtk_custom_layout_new: (constructor) (skip)
- * @request_mode: (nullable): a function to retrieve
+ * gtk_custom_layout_new:
+ * @request_mode: (nullable) (scope call): a function to retrieve
* the #GtkSizeRequestMode of the widget using the layout; the
* default request mode is %GTK_SIZE_REQUEST_CONSTANT_SIZE
- * @measure: (not nullable): a function to measure the widget using the layout manager
- * @allocate: (not nullable): a function to allocate the children of the widget using
+ * @measure: (not nullable) (scope call): a function to measure the widget using the layout manager
+ * @allocate: (not nullable) (scope call): a function to allocate the children of the widget using
* the layout manager
*
* Creates a new legacy layout manager.